home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 6114 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.0 KB

  1. Path: lou.teclink.net!usenet
  2. From: rad@teclink.net (rad)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Processors
  5. Date: 24 Mar 1996 18:12:04 GMT
  6. Organization: TECLink Internet Services: info@TECLink.Net
  7. Message-ID: <1665.6656T1237T1226@teclink.net>
  8. References: <4iri6d$lim@columba.udac.uu.se>
  9. NNTP-Posting-Host: tc2_39.teclink.net
  10. X-Newsreader: THOR 2.2 (Amiga;TCP/IP) *UNREGISTERED*
  11.  
  12. On 21-Mar-96 12:31:09, Kristofer Maad <m93kma@sabik.tdb.uu.se> wrote:
  13. >travis (envision@darwin.topend.com.au) wrote:
  14. >: You must remember that Motorola considers the processor speed to be the bus
  15. >: speed.  The 040 actually runs at twice the bus speed.
  16.  
  17. >No, it doesn't. This has been said a thousand times on this and other
  18. >newsgroups: The '040 uses a double internal clock _only_ for pipeline
  19. >synchronization purposes. No instructions are performed in an odd
  20. >number of 80MHz-cycles. The fastest instruction takes one
  21. >40MHz-cycle. On the 486, though, the processor is _really_ clock
  22. >doubled, so some instructions take only one 66MHz-cycle to complete.
  23.  
  24. Ummm, you're only half right.  The integer unit runs at the rated speed;
  25. however, the FPU is run at the higher clock rate.  Check out the 68040 user's
  26. manual and you should see that several FPU instructions take fractional
  27. numbers of cycles in the Execution stage... (FDIV 37.5, FMOVE, 1.5 or 4.5
  28. FABS, FNEG 4.5)  It has been confirmed by Motorola Engineers on
  29. comp.sys.m68k that the FPU is based on the "double" clock.
  30.  
  31. It is true though that the 68040 is not clock doubled in the sense of the
  32. 80486s.  It does not internally generate a faster clock from a slower bus
  33. clock.  It simply uses an external clock at half speed.
  34.  
  35. ---------------------------------------------------------------------------
  36. - Richard Deken                         EMail: (personal) rad@teclink.net -
  37. - VLSI Design Engineer                         (AuE)      rad@aue.com     -
  38. - Advanced Microelectronics             PGP public key available          -
  39. ---------------------------------------------------------------------------
  40.  
  41.